home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global n
- if rollOver(31) then
- set the visible of sprite 17 to 1
- else
- set the visible of sprite 17 to 0
- end if
- if rollOver(14) then
- set the visible of sprite 19 to 1
- else
- set the visible of sprite 19 to 0
- end if
- if rollOver(44) or rollOver(45) then
- set the visible of sprite 18 to 1
- else
- set the visible of sprite 18 to 0
- end if
- if rollOver(15) then
- set the visible of sprite 16 to 1
- else
- set the visible of sprite 16 to 0
- end if
- repeat with n = 29 down to 22
- if rollOver(n) then
- puppetSprite(n, 1)
- set the ink of sprite n to 4
- next repeat
- end if
- set the ink of sprite n to 8
- puppetSprite(n, 0)
- end repeat
- go(the frame)
- updateStage()
- end
-